Adjusting Merchant RTP

Adjusting Merchant RTP

1) Request URL

URL: {APIURL}/api/v1/operator/setRtp

2) Request Parameters

Parameter Name Type Description
GamePattern int Game pattern type. Allowed values: 1: Smooth, 2: Balanced, 3: Exciting
RTP int The RTP value to set. Allowed values: 10, 20, 30, 40, 50, 60, 70, 80, 85, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 110, 120
GameId string The ID of the game to be controlled. Use ALL for all games. For multiple games, use a comma (,) to separate the GameIDs.
  • Example:
    复制{
       "GamePattern": 2,
       "Rtp": 70,
       "GameId": "ALL"
    }
    

3) Response

Parameter Name Type Description
AppId string Merchant ID
  • Example:
    复制{
      "code": 0,
      "error": "",
      "data": {
          "AppId": "qwe456"
      }
    }